This event occurs when the user selects to change the workflow manager for a document.
Syntax
Private Sub AMUIExtension_BeforeChangeWFManager(
ByVal CurrentObject As Object,
Person As String,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document object (AMDocument object). |
Person |
|
Abort |
Setting this argument to True will abort the operation. The AfterChangeWFManager event will not occur. |
Remarks
The equivalent VBScript event is the ChangeWFManager script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.